/* *************************************************************
	Sligo County Libraries
		- Print CSS
 ************************************************************* */ 
 
 
 body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
}

.maintable {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	font-size: 11px;
	line-height: 1.5em;
}

#toolbar { display: none;}
 
td#col1 { display: none;}
td#col3 { display: none;}

td#basebar { display: none;}

body a {
	color: #0e5277;
	text-decoration: underline;
}
body a:hover {
	color: #84b9d6;
	text-decoration: underline;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	color:#004870;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	font-size: 130%;
	color: #000000;
	font-weight: bold;
	margin: 0px;
}
h3 {
	font-size: 120%;
	color: #60899f;
	font-weight: bold;
	margin: 0px;
}


#logo h1 { display: show;}
#logo img { display: none;}

/* ========================================== *
	COLUMN TWO
/* ========================================== */
#col2 {
	width: auto;
	text-align: left;
	vertical-align: top;
	padding-top: 6px;
	padding-bottom: 20px;
	background-color: #ffffff;	
}
#welcome {
	background-image: url(/sligolibrarynew/media/welcome-image1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 388px;
	height: 230px;
	margin: 0 0 20px 0;
}
.breadcrumbs {
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content {
	background: none;
	padding: 14px;
}


/* ~~ blah ~~ */

div#welcome { display: none;}
div#search { display: none;}

.feature-titles {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-weight:bold;
	width: 40%;
	height: 23px;
	line-height:23px;
	border-bottom: 1px solid #ffffff;
	text-indent: 10px;
}
#feature-left {
	width: 40%;
	height: 225px;
	overflow: auto;
	background: none;
	text-align: left;
	vertical-align:top;
	float: left;
}
#feature-right {
	width: 40%;
	height: 225px;
	overflow: auto;
	background: none;
	float: right;
}
.feature-inners {
	padding: 10px;

}


/* ~~~ ENDZ0REZ ~~~ */

#footer {
	color: #60899f;
	text-align: left;
	text-indent: 0px;
	font-size: 10px;
	padding-top: 8px;
	padding-bottom: 5px;
	border-bottom: 1px solid #539dc6;
}

a.small {
	font-size: 80%;
}

a.large {
	font-size: 120%
}